Change bulk upload batch size when there is a sync error.
authorCamila <hello@camila.codes>
Tue, 22 Aug 2023 17:25:41 +0000 (19:25 +0200)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Thu, 10 Apr 2025 12:54:13 +0000 (14:54 +0200)
commitc7cffd9b56bb4f884ab9935d496b1d2d06433abf
treebe3ddb19c582b32fa6b0ab2adbcc873f6c70c5a9
parent493e234e8fac94308b905b7d689699baa9457d1c
Change bulk upload batch size when there is a sync error.

- Cancel sync after try with smaller bulk upload batch size also throws error.
- Continue syncing when there is no error.
- Remove file from bulk upload black list only when upload succeeded.

Signed-off-by: Camila <hello@camila.codes>
src/libsync/bulkpropagatorjob.cpp
src/libsync/bulkpropagatorjob.h
src/libsync/owncloudpropagator.cpp